﻿@charset "utf-8";
/*@import "/Skins/Default/resetcommon.css";*/
/*index.css start*/
/* CSS Document */
/*common*/
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.bg {
  background: #FFF;
}
em,
i {
  font-style: normal;
}
.case-link,
.tel-link,
.news-link {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-link:hover,
.tel-link:hover,
.news-link:hover {
  opacity: 0.85;
}
.pro-con dd,
.pro-con h3,
.pro-icon,
.pro-link,
.case-con dd,
.case-con dl:after,
.case-link,
.honner-prev,
.honner-next {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.ys-item img,
.news-img img,
.craft-con li img,
.client-con li img,
.case-con dl img,
.pro-con dl img,
.pro-con li img,
.about-pic img {
  transition: 1s;
}
.ys-item:hover img,
.news-img:hover img,
.craft-con li:hover img,
.client-con li:hover img,
.case-con dl:hover img,
.pro-con dl:hover img,
.pro-con li:hover img,
.about-pic:hover img {
  transform: scale(1.1);
}
/*banner*/
.banner {
  width: 100%;
  height: 979px;
  z-index: 66;
  overflow: hidden;
}
.ban_list {
  height: 979px;
  z-index: 66;
  overflow: hidden;
}
.banner li {
  height: 979px;
  position: relative;
}
.banner li img {
  width: 1920px;
  height: 979px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  /*transition: 1s linear 2s;
  transform: scale(1.05, 1.05);*/
}
.banner li.cur img {
  /*transition: 4s linear;
  transform: scale(1, 1);*/
}
.ban-size {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  height: 5px;
  text-align: center;
  line-height: 0;
}
.ban-size span {
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
  width: 105px;
  height: 2px;
  background-color: #f8f8f8;
}
.ban-size span.on {
  height: 5px;
}
.g-title {
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
}
.g-title span {
  display: block;
  height: 62px;
  font-weight: bold;
  font-size: 50px;
  line-height: 62px;
  color: #333;
}
.g-title em {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #312d2c;
}
.g-title i {
  display: block;
  width: 36px;
  height: 5px;
  margin: 14px auto 0;
  background-color: #0054aa;
}
/**/
.guide {
  height: 529px;
  background: url(../Default/Img/Index/guide-bg.jpg) no-repeat center top;
}
.guide .g-title {
  padding-top: 116px;
  margin-bottom: 20px;
}
.guide .g-title i {
  margin-top: 17px;
}
.guide-txt {
  height: 136px;
  font-size: 16px;
  line-height: 32px;
  color: #555;
  text-align: center;
}
.guide ul {
  height: 81px;
}
.guide ul li {
  width: 240px;
  height: 81px;
  text-align: center;
  float: left;
  overflow: hidden;
  position: relative;
  border-right: 1px solid rgba(39, 39, 39, 0.2);
  box-sizing: border-box;
}
.guide ul li em {
  display: block;
  height: 18px;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #444;
}
.guide ul li span {
  display: block;
  margin-bottom: 10px;
  font-family: Impact;
  font-weight: bold;
  font-size: 52px;
  line-height: 54px;
  color: #0054aa;
}
.guide ul li:last-child {
  border: 0;
}
/**/
.product .g-title {
  padding-top: 84px;
  margin-bottom: 38px;
}
.pro-nav {
  height: 85px;
  position: relative;
  z-index: 20;
}
.pro-nav-one > li {
  float: left;
  position: relative;
  width: 200px;
  height: 64px;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  background-color: #0054aa;
  font-size: 20px;
  line-height: 64px;
  text-align: center;
}
.pro-nav-one > li a {
  color: #fff;
}
.pro-nav-one > li > a {
  padding-left: 18px;
  background: url(../Default/Img/Index/pro-icon1.png) no-repeat left center;
}
.pro-nav-one > li:hover,
.pro-nav-one > li.cur {
  background-color: #248a3a;
  font-weight: bold;
}
.pro-nav-one > li:hover .pro-nav-two {
  display: block;
  font-weight: normal;
}
.pro-nav-two {
  display: none;
  position: absolute;
  top: 76px;
  left: 0;
  width: 200px;
  background-color: #248a3a;
  padding: 28px 20px 24px 20px;
  font-size: 16px;
  line-height: 38px;
}
.pro-nav-two li {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pro-nav-two:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 12px 16px;
  border-color: transparent transparent #248a3a transparent;
}
.pro-con {
  max-width: 1920px;
  margin: 0 auto;
}
.pro-con img {
  width: 100%;
}
.pro-con dl {
  float: left;
  width: 50%;
  overflow: hidden;
  position: relative;
}
.pro-con dl dd {
  position: absolute;
  top: 27px;
  right: 26px;
  bottom: 24px;
  left: 20px;
  background: url(../Default/Img/Index/pro-icon2.png) no-repeat center center;
  background-size: 100% 100%;
}
.pro-con dl dd h3{
	color: #fff;
}
.pro-con dl h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 92px;
  font-size: 24px;
  font-weight: normal;
  line-height: 92px;
  text-align: center;
}
.pro-con dl h3 a {
  color: #fff;
}
.pro-con ul {
  float: right;
  width: 50%;
}
.pro-con li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.pro-con li a {
  display: block;
  overflow: hidden;
  margin: 0 0 4px 4px;
}
.pro-con li span {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
/**/
.trait .g-title {
  padding-top: 75px;
  margin-bottom: 42px;
}
.trait-con {
  height: 862px;
  padding-top: 140px;
  box-sizing: border-box;
  background: url(../Default/Img/Index/trait-bg.jpg) no-repeat center top;
  overflow: hidden;
}
.trait-nav {
  position: relative;
  z-index: 50;
}
.trait-nav dl {
  position: absolute;
  width: 290px;
}
.trait-nav dl.cur .trait-txt,
.trait-nav dl:hover .trait-txt {
  display: block;
}
.trait-nav dt {
  width: 79px;
  height: 79px;
}
.trait-nav dd {
  width: 192px;
}
.trait-nav dd h3 {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
}
.trait-nav dd h3 span {
  display: block;
  font-weight: normal;
  font-size: 24px;
}
.trait-nav .trait-nav1 {
  top: -10px;
  left: 118px;
}
.trait-nav .trait-nav2 {
  top: -10px;
  right: 118px;
}
.trait-nav .trait-nav3 {
  top: 256px;
  left: 0;
}
.trait-nav .trait-nav4 {
  top: 256px;
  right: 0;
}
.trait-nav .trait-nav5 {
  top: 504px;
  left: 68px;
  width: 340px;
}
.trait-nav .trait-nav5 dd {
  width: 242px;
}
.trait-nav .trait-nav6 {
  top: 504px;
  right: 118px;
}
.trait-nav .trait-nav1,
.trait-nav .trait-nav3,
.trait-nav .trait-nav5 {
  text-align: right;
}
.trait-nav .trait-nav1 dt,
.trait-nav .trait-nav3 dt,
.trait-nav .trait-nav5 dt {
  float: right;
}
.trait-nav .trait-nav1 dd,
.trait-nav .trait-nav3 dd,
.trait-nav .trait-nav5 dd {
  float: left;
}
.trait-nav .trait-nav1 .trait-txt,
.trait-nav .trait-nav3 .trait-txt,
.trait-nav .trait-nav5 .trait-txt {
  right: 35px;
}
.trait-nav .trait-nav1 .trait-txt i,
.trait-nav .trait-nav3 .trait-txt i,
.trait-nav .trait-nav5 .trait-txt i {
  right: 74px;
}
.trait-nav .trait-nav2 dt,
.trait-nav .trait-nav4 dt,
.trait-nav .trait-nav6 dt {
  float: left;
}
.trait-nav .trait-nav2 dd,
.trait-nav .trait-nav4 dd,
.trait-nav .trait-nav6 dd {
  float: right;
}
.trait-nav .trait-nav2 .trait-txt,
.trait-nav .trait-nav4 .trait-txt,
.trait-nav .trait-nav6 .trait-txt {
  left: 35px;
}
.trait-nav .trait-nav2 .trait-txt i,
.trait-nav .trait-nav4 .trait-txt i,
.trait-nav .trait-nav6 .trait-txt i {
  left: 74px;
}
.trait-nav .trait-txt {
  display: none;
  position: absolute;
  top: 100px;
  width: 290px;
  padding: 15px 50px 15px 50px;
  background: rgba(4, 122, 218, 0.9);
  border-radius: 6px;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  text-align: left;
}
.trait-nav .trait-txt i {
  position: absolute;
  top: -14px;
  display: block;
  width: 43px;
  height: 14px;
  background: url(../Default/Img/Index/trait-icon7.png) no-repeat center center;
}
.trait-list {
  width: 574px;
  height: 575px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.trait-list i {
  animation: turn 5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: url(../Default/Img/Index/trait-bg2.png) no-repeat center center;
}
@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/**/
.craft {
  height: 915px;
  border-bottom: 8px solid #f5f5f5;
}
.craft .g-title {
  padding-top: 82px;
  margin-bottom: 50px;
}
.craft-con {
  width: 1208px;
  margin-left: -4px;
}
.craft-con li {
  position: relative;
  width: 296px;
  height: 287px;
  margin: 0 4px 8px;
  overflow: hidden;
  float: left;
}
.craft-con li.craft-li1 {
  width: 600px;
}
.craft-con li.craft-li2 {
  float: right;
  width: 288px;
  height: 581px;
}
.craft-con li.craft-li2 img {
  width: 288px;
  height: 581px;
}
.craft-con li span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  color: #fff;
}
/**/
/**/
.case {
  overflow: hidden;
  height: 1043px;
}
.case .g-title {
  padding-top: 70px;
  margin-bottom: 32px;
}
.case-nav {
  height: 124px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ececec;
}
.case-nav li {
  height: 124px;
  float: left;
  width: 200px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
}
.case-nav li:after {
  content: "";
  width: 1px;
  height: 73px;
  position: absolute;
  top: 28px;
  right: 0;
  border-right: 1px dashed #c2c2c2;
}
.case-nav li a {
  display: block;
  color: #312d2c;
}
.case-nav li:last-child::after {
  display: none;
}
.case-nav li:hover,
.case-nav li.cur {
  background-color: #0054aa;
}
.case-nav li:hover a,
.case-nav li.cur a {
  color: #fff;
}
.case-nav li:hover em,
.case-nav li.cur em {
  display: block;
}
.case-nav li:hover i,
.case-nav li.cur i {
  display: none;
}
.case-nav li img {
  display: block;
  width: 48px;
  margin: 22px auto 0;
}
.case-nav li em {
  display: none;
}
.case-con {
  position: relative;
}
.case-con .tempWrap {
  max-width: 1920px !important;
  overflow: visible !important;
}
.case-con dl {
  position: relative;
  width: 1200px;
  overflow: hidden;
  margin-right: 10px;
}
.case-con dl:after {
  content: "";
  position: absolute;
  width: 1200px;
  height: 675px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
display:none;
}
.case-con dl dt {
  width: 1200px;
  height: 675px;
  overflow: hidden;
}
.case-con dl img {
  width: 1200px;
  height: 675px;
}
.case-con dl.cur::after {
  height: 0;
}
.case-con dl.cur dd {
  display: block;
}
.case-con dd {
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  width: 400px;
  height: 398px;
  padding: 50px 40px 0 54px;
  background: rgba(0, 104, 183, 0.9);
  color: #fff;
}
.case-con dd a {
  color: #fff;
}
.case-con dd h3 {
  height: 60px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: normal;
  line-height: 60px;
  position: relative;
}
.case-con dd h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23px;
  height: 2px;
  background-color: #ffffff;
}
.case-desc {
  height: 162px;
  font-size: 15px;
  line-height: 28px;
}
.case-prev,
.case-next {
  width: 76px;
  height: 76px;
  position: absolute;
  top: 200px;
  z-index: 99;
  cursor: pointer;
  background-position: center top;
  background-repeat: no-repeat;
}
.case-prev:hover,
.case-next:hover {
  background-position-y: bottom;
}
.case-prev {
  background-image: url(../Default/Img/Index/prev-icon1.png);
  right: 80px;
}
.case-next {
  background-image: url(../Default/Img/Index/next-icon1.png);
  right: 0;
}
.case-link {
  border: 2px solid #fff;
  width: 140px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
}
.case-link a {
  display: block;
}
.case-link:hover {
  letter-spacing: 0.1em;
}
/**/
.client {
  height: 782px;
  background: url(../Default/Img/Index/client-bg.jpg) no-repeat center top;
}
.client .g-title {
  padding-top: 102px;
  margin-bottom: 38px;
}
.client-con {
  padding-top: 34px;
}
.client-con li {
  width: 150px;
  height: 132px;
  float: left;
  overflow: hidden;
}
.client-con li img {
  width: 150px;
  height: 132px;
}
/**/
.ys {
  height: 1171px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.ys .g-title {
  padding-top: 88px;
  margin-bottom: 38px;
}
.ys-nav {
  width: 1226px;
  height: 220px;
  margin-left: -13px;
  margin-bottom: -34px;
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.ys-nav li {
  width: 280px;
  height: 159px;
  background-color: #f5f5f5;
  border-radius: 6px;
  float: left;
  margin: 0 13px -34px;
  text-align: center;
}
.ys-nav li:hover,
.ys-nav li.cur {
  height: 220px;
  background: url(../Default/Img/Index/ys-icon5.png) no-repeat center 155px;
  background-color: #0068b7;
}
.ys-nav li:hover *,
.ys-nav li.cur * {
  color: #fff;
}
.ys-nav li:hover span,
.ys-nav li.cur span {
  font-weight: bold;
}
.ys-nav li:hover .ys-icon1,
.ys-nav li.cur .ys-icon1 {
  display: none;
}
.ys-nav li:hover .ys-icon2,
.ys-nav li.cur .ys-icon2 {
  display: block;
}
.ys-nav span {
  display: block;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  color: #222222;
}
.ys-nav i {
  display: block;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
}
.ys-nav img {
  width: 54px;
  display: block;
  margin: 20px auto 10px;
}
.ys-nav img.ys-icon2 {
  display: none;
}
.ys-con dl {
  position: relative;
  height: 749px;
}
.ys-con dt {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  border-top-left-radius: 200px;
  overflow: hidden;
}
.ys-con dt img {
  width: 1920px;
  height: 749px;
}
.ys-con dd {
  position: absolute;
  top: 172px;
  left: 50%;
  margin-left: -600px;
  width: 599px;
  height: 406px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 40px 64px 0 66px;
  box-sizing: border-box;
}
.ys-con h3 {
  margin-bottom: 28px;
  height: 136px;
  background: url(../Default/Img/Index/ys-icon6.png) no-repeat center bottom;
  font-size: 50px;
  font-weight: normal;
  color: #0054aa;
  line-height: 60px;
  position: relative;
}
.ys-con h3 span {
  display: block;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  color: #111;
}
.ys-con h3 i {
  position: absolute;
  top: 0;
  right: 0;
  font-family: Impact;
  font-size: 106px;
  line-height: 106px;
  letter-spacing: -3px;
  color: #000000;
  opacity: 0.3;
}
.ys-desc {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.ys-desc p {
  padding-left: 17px;
  background: url(../Default/Img/Index/ys-icon7.png) no-repeat left 10px;
}
.ys-desc span {
  font-weight: bold;
  color: #0054aa;
}
/**/
.news {
  height: 806px;
  border-bottom: 8px solid #f5f5f5;
}
.news .g-title {
  padding-top: 78px;
  margin-bottom: 52px;
}
.news-title {
  height: 50px;
  margin-bottom: 22px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 26px;
  line-height: 50px;
  color: #222;
}
.news-title a {
  float: right;
  font-size: 14px;
  color: #222;
}
.news-desc {
  font-size: 14px;
  line-height: 24px;
  color: #787878;
}
.news-con {
  width: 728px;
}
.news-con dl {
  margin-bottom: 28px;
  height: 237px;
  background-color: #f5f5f5;
}
.news-con dt {
  float: left;
  width: 316px;
  height: 237px;
}
.news-con dt img {
  width: 316px;
  height: 237px;
  display: block;
}
.news-con dd {
  float: right;
  width: 350px;
  margin-right: 32px;
  margin-top: 32px;
}
.news-con h3 {
  height: 32px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: normal;
  color: #222;
  line-height: 32px;
}
.news-con h3 a {
  color: #222;
}
.news-con .news-desc {
  margin-bottom: 22px;
}
.news-con .news-link {
  width: 124px;
  height: 30px;
  background: url(../Default/Img/Index/news-icon1.jpg) no-repeat center top;
  font-size: 14px;
  line-height: 30px;
}
.news-con .news-link a {
  padding-left: 16px;
  display: block;
  color: #fff;
}
.news-con li {
  padding-left: 34px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  background: url(../Default/Img/Index/news-icon4.png) no-repeat left 11px;
}
.news-con li span {
  float: right;
  color: #666;
}
.news-con li a {
  color: #666;
}
.news-con li:hover {
  background-position: left -30px;
  font-weight: bold;
}
.news-con li:hover a,
.news-con li:hover span {
  color: #0054aa;
}
.news-con li:hover span {
  font-weight: normal;
}
.faq,
.dynamic {
  width: 415px;
}
.dynamic {
  margin-bottom: 20px;
}
.dynamic dt {
  padding-left: 24px;
  position: relative;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
}
.dynamic dt a {
  color: #333;
}
.dynamic dt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #cdcdcd;
}
.dynamic dd {
  display: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #787878;
  margin-bottom: 14px;
}
.dynamic dt.cur {
  padding-left: 0;
  font-size: 18px;
}
.dynamic dt.cur a {
  color: #222222;
}
.dynamic dt.cur:after {
  display: none;
}
.faq .news-title {
  margin-bottom: 0;
  border-bottom: 0 ;
}
.faq dl {
  height: 96px;
  background: #f5f5f5;
  margin-bottom: 5px;
}
.faq dt {
  width: 128px;
  height: 96px;
  float: left;
}
.faq dt img {
  width: 128px;
  height: 96px;
  display: block;
}
.faq dd {
  margin-right: 36px;
  margin-top: 15px;
  width: 224px;
  float: right;
}
.faq h3 {
  height: 24px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.faq h3 a {
  color: #222;
}
/**/
.about {
  height: 937px;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 50;
}
.about .g-title {
  padding-top: 68px;
  margin-bottom: 36px;
}
.about-con {
  position: relative;
  z-index: 100;
}
.about-img {
  position: relative;
  z-index: 20;
  height: 723px;
  max-width: 1920px;
  overflow: hidden;
}
.about-img img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  height: 723px;
  width: 1920px;
}
.about-txt {
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 20;
  height: 181px;
  width: 1200px;
  background-color: #ffffff;
}
.about-logo {
  float: left;
  margin: 35px 24px 0 48px;
  width: 110px;
}
.about-logo img {
  display: block;
  width: 110px;
}
.about-title {
  float: left;
  margin-top: 55px;
  margin-right: 38px;
  width: 250px;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #0068b7;
  border-right: 1px solid #c9c9c9;
}
.about-desc {
  float: left;
  width: 678px;
  margin-top: 55px;
  font-size: 14px;
  line-height: 26px;
  color: #555555;
  text-align: justify;
}

/**/
/**/
/**/
/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-shrink:hover,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-backward:hover,
.hvr-backward:focus,
.hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}


@media screen and (max-width: 1600px) 
{
    .banner {
      width: 100%;
      height: 791px;
      z-index: 66;
      overflow: hidden;
    }
    .ban_list {
      height: 791px;
      z-index: 66;
      overflow: hidden;
    }
    .banner li {
      height: 791px;
      position: relative;
    }
    .banner li img {
      width: 1600px;
      height: 791px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -800px;
    }
}